home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / 2_cool_f.swf / scripts / DefineButton2_225 / BUTTONCONDACTION on(release).as
Text File  |  2008-11-12  |  211b  |  13 lines

  1. on(release){
  2.    if(lips._currentframe < lips._totalframes)
  3.    {
  4.       lips.nextFrame();
  5.       lipstick.nextFrame();
  6.    }
  7.    else
  8.    {
  9.       lips.gotoAndStop(1);
  10.       lipstick.gotoAndStop(1);
  11.    }
  12. }
  13.